html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,  
section,
time,
video {
    margin: 0;
    padding: 0;
    word-break: break-all;
    font-family: '微软雅黑'
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}
body{
    overflow-x: hidden;
}
ul,
ol {
    list-style: none;
}

img {
    border: 0 none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
em,
i {
    /* font-style: normal;
    font-weight: normal; */
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-right: 1px solid #e6e6e6;
}
::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 0px;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
}
ins {
    text-decoration: underline;
}

button {
    cursor: pointer;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

input::-ms-clear {
    display: none !important;
}


body {
    font-size: 14px;
    background: #fff;
    *zoom: 1;
}

a {
    text-decoration: none;
    color: #8C8C8C;
}

a:hover {
    text-decoration: none;
}

/*一行文本超出显示省略号*/
.one-line {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*多行文本超出显示省略号*/
.two-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
}

/*多行文本超出显示省略号*/
.three-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
}

/*清除浮动代码*/
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

/* 怪异盒模型 */
.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}
.mask2{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.mask3 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}


.placeholder {color: #aaa;}

.no-data-wrap{
    text-align: center;
    background: #fff;
    padding: 100px 0;
    width: 100%;
    color: #8c8c8c;
    font-size: 12px;
    margin: 0 auto;
}

.service-search .search-box .search-box-lt input {
    width: 250px;
    border: none;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    background: none;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
    margin: 0;
    padding: 0;
    word-break: break-all;
    font-family: '微软雅黑';
}
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
   
  }


  .box-no-find{
    width: 400px;
    min-height: 440px;
    /* background:#F3F5F7 url(../../images/common/xiajia.png) no-repeat center top; */
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
  }

  .content_404{
      min-height: 800px;
      background: #F3F5F7;
      overflow: hidden;
  }

  .box-404{
      width: 400px;
      min-height: 440px;
      background:#F3F5F7 url(../../images/common/img_404.png) no-repeat center top;
      margin: 0 auto;
      margin-top: 100px;
  }
  .box-no-find h2,.box-404 h2{
      font-size: 24px;
      text-align: center;
      color: #666;
      line-height: 24px;
      padding-top: 360px;
  }
  .box-no-find h2{
    padding-top: 40px!important;
  }
  .box-no-find p,.box-404 p{
      color: #666;
      font-size: 18px;
      line-height: 18px;
      padding-top: 20px;
      text-align: center;
  }
  .box-no-find p span,.box-404 p span{
      color: #04ce9b!important;
  }
  .btn-404{
      width: 100%;
      text-align: center;
      height:40px;
      margin-top: 70px;
  }
  .btn-404 a{
      display: inline-block;
      margin-right: 20px;   
      width: 130px;
      height: 38px;
      line-height: 38px;
      font-size: 16px;
      border:1px solid #04ce9b;

  }
  .btn-404 a:first-child{
      background: #04ce9b;
      color: #fff;
  }
  .btn-404 a:last-child{
    border:1px solid #04ce9b;
    color: #04ce9b;
    margin-right: 0;
   
}

.roate_active::after{
    
    transform: rotate(90deg);
    transform-origin: left center;
}
.page{
    text-align: center;
}
/* .layui-laypage a{
    margin: 0 3px!important;
    border:none!important;
    height: 30px!important;
    line-height: 30px!important;
    padding: 0 11px!important;
    border-radius: 4px;

} */
/* .layui-laypage span{
    margin: 0 3px;
    height: 30px;
    box-sizing: border-box;
    padding: 0 11px!important;
    border:none!important;
    line-height: 30px;
    border-radius: 4px!important;
    overflow: hidden;
 
} */
.page{
    background: none!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #04ce9b!important;
    border-radius: 4px!important;
}
.layui-laypage-limits{
    /* width: 80px!important; */
    box-sizing: border-box!important;
}
.layui-laypage select{
    border:1px solid #e2e2e2!important;
    padding: 0 3px;
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em{
    border-radius: 4px!important;
}
.layui-laypage-skip{
    background: none!important;
}
.layui-laypage button, .layui-laypage input{
    border:none!important;
    border-radius: 4px!important;
}

.layui-laypage{
    margin: 0 auto!important;
}
.page2{
    margin-bottom: 20px;
}
.page2 a{
    border:1px solid #eaeaea!important;
}
.page2 .layui-laypage a,.page2 .layui-laypage span{
    height: 30px!important;
    margin: 0 3px!important;
    line-height: 30pxx!important;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.page2 .layui-laypage select{
    height: 22px!important;
}
.page2 .layui-laypage input,.page2 .layui-laypage button,.page2 .layui-laypage-limits{
    border:1px solid #eaeaea!important;

   
}
 .page2 .layui-laypage-limits{
     height:30px!important;
 }


.close_com{
    width: 12px;
    height: 12px;
    background: url(../../images/common/icon_guanbi2.png);
    background-size: 12px 12px;
    position: absolute;
    right: 0px;
    top: 20px;
    cursor: pointer;
}

 /* 服务弹窗 */

 .serve_pop {
    position: fixed;
    left: 50%;
    top:50%;
    margin-top: -260px;
    margin-left: -173px;
    width: 346px;
    height: 450px;
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 0 22px;
    box-sizing: border-box;
    z-index: 999;
    display: none;
    transition: all .3s;
}

.serve_pop .counsel-title {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #262626;
    position: relative;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 20px;
}

.serve_pop .counsel-title::after {
    position: absolute;
    content: '';
    width: 3px;
    top: 22px;
    height: 20px;
    background: #04ce9b;
    left: 0px;
}

.serve_pop .item-area {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 4px;
    margin-top: 20px;
    width: 300px;
    height: 100px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 4px;
}

.serve_pop .item-area textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    resize: none;
    padding: 10px;
}

.serve_pop .item-text {
    width: 300px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 4px;
    margin-top: 10px;
    position: relative;

}

.serve_pop .item-text textarea {
    border: none;
}

.serve_pop .item-text input,.serve_pop .item-text select {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding-left: 10px;
    border: none;
    font-size: 12px;
    border-radius: 4px;
}
.serve_pop .item-text >button{
    position: absolute;
    right: 0;
    top: 11px;
    width: 84px;
    color: #04ce9b;
    font-size: 12px;
    background: none;
    text-align: center;
    cursor: pointer;
    border:none;
}

.serve_pop > form >button {
    width: 300px;
    height: 40px;
    background: rgba(0, 178, 179, 1);
    border-radius: 4px;
    color: #fff;
    border: none;
    margin-top: 16px;
}


.user-tx{
    width:40px;
    display:inline-block;
    position:relative;
    padding-bottom:10px;
}
.user-handle{
    position:absolute;
    top: 40px;
    left: -23px;
    width:80px;
    border-radius: 4px;
    min-height:20px;
    background:#fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    display: none;
    z-index: 999;
}
.user-tx:hover .user-handle{
    display: block;
}
.user-handle a{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #595959;
    text-align: center;
    
}

.user-handle::after{
    position: absolute;
    top: -6px;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.user-handle >a:hover {
    color: #04ce9b!important;
}

::-ms-clear, ::-ms-reveal{display: none;}

select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}



input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
} 






.filter-disabled {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filter-box {
    position: relative;
}

.filter-box select {
	display: none;
}

.filter-text {
	height: 100%;
	overflow: hidden;
	position: relative;
    cursor: pointer;
    border-radius: 4px;
	/* padding: 0 30px 0 10px; */
	background: #fff;
	/* border: 1px solid #e6e6e6; */
}

.filter-text input {
	font-size: 14px;
}

.filter-text .filter-title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
}

.filter-list {
	display: none;
	width: 100%;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 99;
    border: 1px solid #e6e6e6;
    overflow: auto;
    border-radius: 4px;
}

.filter-list li.filter-null a {
	color: #d2d2d2;
}

.filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.filter-list li:hover {
	background-color: #f2f2f2;
}

.filter-list li.filter-selected {
	background-color: #04ce9b;
}

.filter-list li.filter-selected a{
	display: block;
	color: #fff;
}

.filter-list li.filter-disabled {
	background-color: #fff;
}

.filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}

.icon {
	position: absolute;
}

.icon-filter-arrow {
	width: 8px;
	height: 6px;
	background-repeat: no-repeat;
    background-size: 100%;
    right: 10px;
    top: 13px;
    transition: all .2s;
}

.icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.filter-list::-webkit-scrollbar-track {
	background: #fff 
}

.filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}




input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC!important;
  }

.layui-layer-btn .layui-layer-btn0{
    background:#04ce9b!important;
    border:1px solid #04ce9b!important;
}
.w180{width: 180px;}

/* body{min-width: 1380px;} */
body{min-width: 1200px;}

#LRdiv2{display: none!important;}
#LRdiv3{display: none!important;}

/* .layui-laypage a, .layui-laypage span{
    margin: auto!important;
    vertical-align: top!important;
    height: auto!important;
}
.layui-laypage select{
    padding: 0px!important;
} */
 .layui-laypage a, .layui-laypage span{
     border-radius: 4px!important;
margin: 0 3px!important;
}
.layui-laypage input{
    border:1px solid #e2e2e2!important
}


.slide-pop{
    position: fixed;
    bottom: 0;
    width:100%;
    height:110px;
    z-index: 1;
    background:rgba(0,0,0,.8);
    left: 0;
    z-index: 999;
    /* display: none; */
  }
  .slide-pop img{
    float: left;
    width: 141px;
    height: 177px;
    position: relative;
      top: -37px;
  }
  .slide-pop-desc{
    float: left;
    margin-left: 12px;
    width: 550px;
    height: 110px;
  }
  .slide-pop-desc h2{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    padding-top: 20px;
    color: #fff;
    box-sizing: border-box;
  }
  .slide-pop-desc p{
    margin-top: 20px;
   
  }
  .slide-pop-desc p span{
    display: inline-block;
    height: 28px;
    padding: 0 20px;
    line-height: 28px;
   border-radius: 28px;
    font-size: 12px;
    border:1px dashed rgba(255,255,255,.3);
    color: #fff;
    margin-right: 10px;
  }
  .slide-pop-form{
    position: relative;
    float: right;
    width: 362px;
    margin-right: 40px;
    
  }
  .slide-pop-form .item-form{
  }
  .slide-pop-form .item-form input{
    height: 40px;
    margin-right: 5px;
    border-radius: 4px;
    background: #fff;
    border:none;
    padding-left: 13px;
    box-sizing: border-box;
  
  }
  .slide-pop-form .item-form select{
      float: right;
    height: 40px;
    margin-right: 3px;
    border-radius: 4px;
    background: #fff;
    border:none;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .slide-pop-form .item-form >button{
    height: 40px;
    background: #FF6F18;
    color: #fff;
    border:none;
    border-radius: 4px;
    font-size: 16px;
    margin-left: 10px;
  }
  .item-form-box{
    float: left;
    width: 200px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
  }
  .item-form-box >button{
    color: #FE511C;
    font-size: 14px;
    border:none;
      background: none;
  }
  .w1200{
      width: 1200px;
      margin: 0 auto;
  }
  .w200{width: 200px;}
  .w150{width: 150px;}
  .mt25{margin-top: 25px;}
  .mt10{margin-top: 10px;}
  .w100{width: 100px;}
  .slide-pop-form .close{
    position:absolute;
    right:-40px;
    top:10px;
    width: 30px;
    height: 30px;
    background: url(../../v3/images/index/icon_fcguanbi@2x.png);
    background-size: 30px 30px;
    cursor: pointer;
    
  }
  .pop-btn{
    position: fixed;
    width: 190px;
    height: 120px;
    bottom: 8px;
    left: -100%;
    background: rgba(0,0,0,.5) url(../../v3/images/index/close.png)-6px -9px;
    z-index: 999;
    border-radius: 0px 80px 80px 0px;
    cursor: pointer;
    -webkit-border-radius: 0px 80px 80px 0px;
    -moz-border-radius: 0px 80px 80px 0px;
    -ms-border-radius: 0px 80px 80px 0px;
    -o-border-radius: 0px 80px 80px 0px;
    
}
  
  .silde-box{
    position: fixed;
    height: 364px;
    width: 60px;
    right: 0;
    top:50%;
    margin-top: -182px;
    z-index: 9;
  }
  .silde-box ul li{
    width: 60px;
    height: 89px;
    border-bottom: 1px solid #F2F2F3;
    text-align: center;
    padding: 16px 18px;
    box-sizing: border-box;
    position: relative;
     background: #fff;
  }
  .silde-box ul li img{
    width: 24px;
    height: 24px;
    text-align: center;
  }
  .silde-box ul li p{
    line-height: 15px;
  }
  .slide-active{
  background: #204CBF;
  color: #fff;
  }
  .silde-box ul li:hover .img2{
  display: block;
  }
  .silde-box ul li:hover .img1{
  display: none;
  }
  .silde-box ul li:hover{
    background: #204CBF;
    border-bottom: 1px solid #204CBF;
  
  }
  .silde-box ul li:hover .tel-zx{
    display: block;
  }
  .silde-box ul li:hover .zxcounsel{
    display: block;
  }
  .silde-box ul li:hover >p{
    color: #fff;
  }
/*公共flex布局盒子模型*/
.publicFlex {
    display: -webkit-box;
    display: -ms-flex-box;
    display: flex;
  }
  /*
*@flex-direction
*@flex-direction
*/
/*公共flex布局盒子模型flex-direction-Row*/
.publicFlexDirectionRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -o-flex-direction: row;
    -moz-flex-direction: row;
  }
  
  /*公共flex布局盒子模型flex-direction-olumn*/
  .publicFlexDirectionColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -o-flex-direction: column;
    -moz-flex-direction: column;
  }
  
  /*
  *@flex-wrap
  *@flex-wrap
  */
  /*公共flex布局盒子模型 flex-wrap: wrap;*/
  .publicFlexWarp {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
  }
  
  /*公共flex布局盒子模型 flex-wrap: nowrap;*/
  .publicFlexNoWarp {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
  }
  
  /*
  *@justify-content
  *@justify-content
  */
  /*公共flex布局盒子模型 justify-content: center; */
  .publicFlexJustifyCenter {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
  }
  
  /*公共flex布局盒子模型 justify-content: flex-start; */
  .publicFlexJustifyStart {
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
  }
  
  /*公共flex布局盒子模型 justify-content: flex-end; */
  .publicFlexJustifyEnd {
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
  }
  
  /*公共flex布局盒子模型 justify-content: space-between; */
  .publicFlexJustifyBetween {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
  }
  
  /*公共flex布局盒子模型 justify-content: space-around; */
  .publicFlexJustifyAround {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
  }
  
  /*
  *@align-items
  *@align-items
  */
  /*公共flex布局盒子模型   align-items: center; */
  .publicFlexAlignItems {
    -webkit-box-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
  }
  
  /*
  *@align-items
  *@align-items
  */
  /*公共flex布局盒子模型   align-items: center; */
  .publicFlexAlignEnd {
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
  }


  